home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineButton2_251 / BUTTONCONDACTION on(keyPress 3).as < prev   
Text File  |  2010-11-09  |  234b  |  15 lines

  1. on(keyPress "3"){
  2.    if(!r.nochange)
  3.    {
  4.       if(r.pnow != 3)
  5.       {
  6.          changeto = 3;
  7.          cekb = cekbound(changeto);
  8.          if(cekb != 0)
  9.          {
  10.             gotoAndPlay(50);
  11.          }
  12.       }
  13.    }
  14. }
  15.